home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / nano / xml.nanorc < prev   
Encoding:
Text File  |  2010-04-15  |  260 b   |  10 lines

  1. ## Here is an example for xml files.
  2. ##
  3. syntax "xml" "\.([jrs]html?|sgml?|xml|xslt?)$"
  4. color green  start="<" end=">"
  5. color cyan   "<[^> ]+"
  6. color cyan   ">"
  7. color yellow start="<!DOCTYPE" end="[/]?>"
  8. color yellow start="<!--" end="-->"
  9. color red    "&[^;]*;"
  10.